.ltr{
    direction:ltr !important;
}

section.mainSlider .swiper-slide.swiper-slide-active .content .text {
    color:#000;
}



.pagination ul li span {
    min-width: 58px;
    height: 56px;
    border-radius: 8px;
    background: #000;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.05em;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.pagination ul li.active span{
    background: #ed1c24 !important;
    color: #000  !important;
}


.mainProductGroups .globalTitle.whiteText{
    color:#000 !important;
}












